test-concurrency: Lower lock timeout
authorDan Nicholson <dbn@endlessos.org>
Mon, 19 Apr 2021 16:03:57 +0000 (10:03 -0600)
committerDan Nicholson <dbn@endlessos.org>
Sat, 5 Jun 2021 15:15:34 +0000 (09:15 -0600)
commit055b263dee7a26ae085527a3a39d96e68e78a512
treef61c1cb99de68c141f921e9deadd273939ff82f7
parent89f4ce2c1d3cacccee8129ac54bd60775dbbe5d2
test-concurrency: Lower lock timeout

If there's a locking issue in this test, then it's likely not going to
resolve after a few seconds of serializing access. Lower the default 30
second lock timeout to 5 seconds to prevent the test from hanging
unnecessarily.
tests/test-concurrency.py